home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u573.dms / u573.adf / SysInfo / History.doc < prev    next >
Text File  |  1997-10-30  |  7KB  |  132 lines

  1.  
  2.  
  3. SysInfo HISTORY (HISTORY PRIOR TO V2.40 HAS BEEN DELETED)
  4. ---------------
  5. V2.56   Changed the calculation of the 'ACTUAL' drive size within
  6.         the DRIVES/SCSI function, as it could fail on certain brand
  7.         drives or versions that did not fill in the RDB properly.
  8.         Hopefully this new code will work correctly even on those
  9.         drives.  
  10.  
  11. V2.55   With modifications to the image data for the various windows,
  12.         SysInfo's size was shrunk by over 30%.
  13.         
  14.         Accuracy of timing improved slightly by waiting for top of
  15.         frame before starting the verical blank interuppt for each
  16.         speed loop test.
  17.  
  18.         Because Commodore used the same ID numbers for the AT and XT
  19.         bridgeboard, it meant that the boards function couldn't 
  20.         seperate the two.  Thanks to Klaus Berkert a new function
  21.         in this area should be able to seperate the two.  I have
  22.         not tested it due to the fact I do not have either brigdeboards.
  23.         I would be grateful if someone could test it an email me the
  24.         results.
  25.                 
  26.         The last couple of versions had a bug that crept into the
  27.         Chip speed vs A3000 test.  It was giving incorrect results.
  28.         This has now been corrected.  A few new boards added to the
  29.         recognition routine.  The program is now being assembled with
  30.         Macro68.
  31.         
  32.         Fixed an old old bug.  If workbench was not loaded the N/A
  33.         string for the library base would print in the wrong position.
  34.         
  35.         Fixed a bug in the -t routine, the program would crash if
  36.         you didn't have a floating point unit.
  37.         
  38.         Made the memory free amounts on the main screen much more
  39.         accurate reflection of memory free, as if SysInfo was not
  40.         running.
  41.         
  42.         Print window now has the heading string gadget automatically 
  43.         activated.
  44.         
  45.         If exec.library is found to be reflecting the incorrect hardware,
  46.         a window will now open and ask if you want it updated to be
  47.         correct.  Previously it was changed without user knowledge.
  48.         The screen information will always be correct regardless of 
  49.         settings of exec.library.
  50.         
  51.         I added support (in theory) for the 68EC040 processor, This
  52.         is a special version of the processor without MMU or FPU.  I
  53.         have never seen one of these so the routine is untested, but
  54.         the theory is sound.
  55.                 
  56. V2.54   Changed the MFLOPS routine to stop 68881's used via the 
  57.         resource from crashing.  Until I do a new routine specifically
  58.         for this it will show N/A beside the MFLOPS speed test.
  59.  
  60. V2.53   Enforcer was complaining about one of my routines that was
  61.         perfectly ok.  I changed the code to stop it complaining.
  62.         
  63.         Changed the comments again(just to keep you people guessing).
  64.  
  65. V2.52   The program has undergone extensive changes to be compatible
  66.         properly with the 68040.  Copyback mode is now fully supported
  67.         both in the programs execution and the copyback display mode
  68.         on the screen.  Rewrote the MIPS code, added a few more boards
  69.         to the recognition routine.  
  70.         
  71.         Many users were taking offence at the tongue-in-cheek comments.
  72.         These were only meant to be amusing, but now thanks to my seven
  73.         year old eldest son, you now have a full set of Ninja Turtle 
  74.         comments.  I will continue to change them from time to time
  75.         to keep you all amused.
  76.         
  77. V2.51   Fixed a bug in NTSC Amiga.  Very sorry you guys and gals but all
  78.         Amiga's in Australia are PAL and I never tested the NTSC
  79.         routines.  SysInfo was reporting NTSC 2MB Agnus as a 1MB Agnus.
  80.         This was a silly mistake on my part and is now fixed.
  81.  
  82. V2.50   Rearranged the screen to delete obsolete functions.  XT/AT test
  83.         and total autoconfig boards are gone as they are now handled
  84.         in the 'boards' gadget function.  Hardware Clock has been moved
  85.         to the Memory Area to create room.  CIA Test and comment fields
  86.         have been moved to this newly created area, allowing for more
  87.         fields that are speed orientated.  Due to popular demand the
  88.         IBM comparison is now back, and a new CPU MIPS and FPU MFLOPS
  89.         fields. See the main docs below for more info on these.
  90.  
  91. V2.41   Fixed a major bug in the instruction and data cache code for
  92.         68020, 030 processors.  If caches and bursts were off when
  93.         SysInfo was launched it could leave them on after exit.
  94.         The MHZ speed could be incorrect if caches and bursts were off.
  95.         This is now fixed and all are reset to their original condition
  96.         immediately after the MHZ test.
  97.         
  98.         Fixed a bug in the drives function that was crashing some 16 bit
  99.         Amigas.  I accidentally left a half finished new routine in the
  100.         drive type field.  This was a mistake on my part and has now been
  101.         removed.
  102.         
  103.         The mouse is now ALWAYS be blanked while frozen, and will now 
  104.         immediately return when unfrozen without requiring movement.
  105.         
  106.         The new autoconfig recognition feature has become quite 
  107.         interesting.  Some users have told me it was recognising some
  108.         boards as the wrong brand etc.  It has turned out that some
  109.         boards around seem to be using 'stolen' autoconfig roms.  I don't
  110.         suppose they knew SysInfo would come along and find them out.  I
  111.         suggest that manufacturers use SysInfo to find out if a particular
  112.         rom on a particular card needs further investigation.  
  113.  
  114. V2.40   New revolutional function added.  Within the 'Drives' function
  115.         window is a new gadget called 'SCSI'.  This displays info as
  116.         supplied from the drive itself.  It displays the actual drive
  117.         size in Megabytes.  This allows comparison of the real size and
  118.         the size it is formatted too, or the size you believe it was.
  119.         This may not work at all for some brands as they do not support
  120.         the required comands, see 'SCSI' under the 'DRIVES' function.  
  121.         
  122.         Fixed a bug that would leave multitasking off if no hardware
  123.         clock was found.
  124.         
  125.         On processors 68010 and higher, the program would hang if the
  126.         VBR register was non zero.  This is now fixed
  127.         
  128.         On 68010 processors the printing function would guru after a
  129.         few lines, I beleive this is fixed but not tested.  Please
  130.         let me know if there is further probs.
  131.  
  132.